﻿@charset "utf-8";
/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */
/* banner */
.swiper1{
    width: 100%;
    position: relative;
}
.swiper-img{
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner .swiper1 .swiper-pagination{
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner .swiper1 .swiper-pagination-bullet{
    width: 1.75rem;
    height:.15rem;
    background-color:rgba(251, 78, 55, .6);
    margin: 0 .375rem !important;
    border-radius: 0;
}
.banner .swiper1 .swiper-pagination-bullet-active{
    background-color: #fb4e37;
}
.swiper-font{
    width: 30%;
    position: absolute;
    top: 30%;
    left: 40%;
}
.swiper-font h1,.swiper-font p{
    color: #fff;
}
.swiper-font h1{
    font-size: 2rem;
    padding-bottom: 1.3rem;
    text-align: center;
}
.swiper-font p{
    font-size: .8rem;
    line-height: 1.2rem;
    text-align: center;
}
/* 首页标题 */
.tit{
    width: 30%;
}
.tit h1{
    font-size: 1.2rem;
    color: #444;
}
.tit h6{
    font-size: .7rem;
    color: #999;
    padding-top: .75rem;
    font-weight: normal;
}
/* 首页了解更多 */
.more p,.more .iconjiantou{
    color: #999;
    line-height: 1.5rem;
}
.more p{
    font-size: .7rem;
}
.more .iconjiantou{
    font-size: .6rem;
    padding-left: .25rem;
}
.more:hover p{
    color: #fb4e37;
}
.more:hover .iconjiantou{
    color: #fb4e37;
    text-indent: .25rem;
} 

/* 服务项目 */
.project{
    background: url(../images/dw1.png) repeat;
    background-size: 10%;
    padding: 6rem 0;
}
.p-r-nav ul{
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 1rem;
}
.p-r-nav ul li{
    margin: 0 .15rem;
}
.p-r-nav ul li a {
    font-size: .8rem;
    color: #999;
    padding:.4rem .9rem;
    text-align: center;
    display: block;
}
.p-r-nav ul li:hover{
    background-color: #fb4e37;
}
.p-r-nav ul li.active{
    background-color: #fb4e37;
}
.p-r-nav ul li:hover a{
    color: #fff;
}
.p-r-nav ul li.active a{
    color: #fff;
}
.p-cow{
    padding-top: 2.25rem;
    display: none;
}
.p-cow.active{
    display: block;
}
.p-cowbox{
    margin: 0 -.75rem;
}

.p-row{
    padding: .75rem;
    width: 25%;
}
.p-rowbox{
    display: block;
    position: relative;
    background-color: #fff;
    width: 277.5px;
    height: 277.5px;
}
.p-rowbox .p-rowbox-zz{
    position: absolute;
    background-color: #fb4e37;
    filter: alpha(opacity=0);
    width: 100%;
    height: 0%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
}
.p-rowbox:hover .p-rowbox-zz{
    height: 100%;
    top: 0%;
    opacity: 0.6;
}
.p-row img{
    max-width: 100%;
}
.p-font{
    flex-direction: column;
    padding: 1rem;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 100;
}
.p-rowbox:hover .p-font{
    visibility: visible;
    opacity: 1;
}
.p-font h2{
    color: #fff;
    font-size: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    display: block;
    position: relative;
}
.p-font h2::after{
    content: '';
    display: block;
    width: 80%;
    left: 50%;
    top: 80%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.p-font p{
    font-size: .7rem;
    color: rgba(255, 255, 255, .8);
    width: 100%;
    display: block;
}

/* 关于我们 */
.about{
    width: 100%;
}
.about-l{
    width: 50%;
}
.about .a-img{
    overflow: hidden;
    height: 100%;
}
.about .a-imgbox{
    max-width: 100%;
    background-size: cover;
    height: 100%;
}
.about-l:hover .a-imgbox{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.about-r{
    width: 50%;
    text-align: center;
}
.about-rbox{
    padding: 6rem 5rem;
}
.about .about-rbox h1{
    font-size: 1.2rem;
    color: #444;
    padding-bottom: 3rem;
    position: relative;
}
.about .about-rbox h1::after{
    content: '';
    width: 1.5rem;
    height: .15rem;
    background-color: #fb4e37;
    position: absolute;
    left: 50%;
    top: 65%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.about .about-rbox>p{
    font-size: .7rem;
    color: #808080;
    -webkit-line-clamp: 6;
    line-height: 1.7rem;
    margin-bottom: 4rem;
}
.a-more{
    display: block;
    padding:.5rem 0;
    width: 6.25rem;
    border: 1px solid #cccccc;
    margin: 0 auto;
    position: relative;
}
.a-more p{
    font-size: .8rem;
    color: #999;
    text-align: center;
}
.a-more:hover{
    border-color: #fb4e37;
}
.a-more:hover p{
    color: white;
}
.a-more::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background:#fb4e37;
    transform: scaleX(0);
    transition: 0.25s;
}
.a-more:hover::before {
    transform: scaleX(1);
}
/* 服务优势 */
.adv{
    background: url(../images/dw2.png) repeat;
    background-size: 8%;
    padding: 6rem 0;
}
.adv .tit-c{
    text-align: center;
}
.tit-c{
    padding-bottom: 3rem;
}
.tit-c h1{
    font-size: 1.2rem;
    color: #444444;
    padding-bottom: 1rem;
}
.tit-c h6{
    font-size: .7rem;
    color: #999999;
    font-weight: normal;
}
.a-cowbox{
    margin: 0 -.25rem;
}
.a-row{
    padding: .25rem;
    width: 50%;
    background-size: 100%;
    
}
.a-rowbox{
    padding: 2.5rem;
    background: #c5e8ff url(../images/adv1.png) no-repeat center bottom;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}
.a-rowbox-r{
    background: #ffdbcd url(../images/adv2.png) no-repeat center bottom;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}
.a-row .a-rowbox-r1{
    background: #ffdbcd url(../images/adv2.png) no-repeat center bottom;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}
.a-rowbox .a-font{
    text-align: right;
    width:65%;
}
.a-rowbox .a-font1{
    text-align: left;
}
.a-font h1{
    font-size: 1.4rem;
    color: #444;
    margin-bottom: .75rem;
}
.a-font p{
    font-size: .8rem;
    color: #b2b2b2;
    -webkit-line-clamp: 2;
    line-height: 1.2rem;
}
.a-icon{
    width: 7rem;
    height: 7rem;
    background-color: rgba(255, 255, 255, .3);
    position: relative;
    border-radius: 50%;
    margin-left: 1.5rem;
    transform-style: preserve-3d;
}
.a-icon1{
    margin-right: 1.5rem;
    margin-left:0;
}
.a-icon::after{
    position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transform-style: preserve-3d;
}
.a-rowbox .a-img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 100;
}
.a-img img{
    max-width: 100%;
}
.a-row:hover{
    -webkit-transform: translateY(-1%);
    -moz-transform: translateY(-1%);
    -ms-transform: translateY(-1%);
    -o-transform: translateY(-1%);
    transform: translateY(-1%);
}
.a-row:hover .a-rowbox{
    box-shadow: 0 .5rem 1rem rgba(197, 232, 255, .5);
}
.a-row:hover .a-rowbox-r{
    box-shadow: 0 .5rem 1rem rgba(255, 219, 205, .5);
}
.a-row:hover .a-icon{
    transform: rotateY(0.5turn);
}

/* 资质荣誉 */
.honor{
    background: url(../images/honor-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 4rem 0 6rem;
}
.h-cow{
    padding-top: 3rem;
}
.h-cowbox{
    margin: 0 -1rem;
}
.h-row{
    padding: 1rem;
    width: 25%;
}
.h-rowbox{
    background-color: #fff;
    text-align: center;
}
.h-img{
    overflow: hidden;
    padding: 2.5rem;
    cursor: zoom-in;
    width: 270px;
}
.h-img img{
    max-width: 100%;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    cursor: zoom-in;
}
.h-font{
    padding: 1rem 3rem;
}
.h-font p{
    font-size: .8rem;
    color: #444;
}
.h-row:hover .h-font{
    background-color: #fb4e37;
}
.h-row:hover .h-font p{
    color: #fff;
}
.h-row:hover .h-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* 新闻动态 */
.news{
    padding: 6rem 0;
}
.n-r-nav ul{
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 1rem;
}
.n-r-nav ul li{
    margin: 0 .15rem;
}
.n-r-nav ul li a {
    font-size: .8rem;
    color: #999;
    padding:.4rem .9rem;
    text-align: center;
    display: block;
}
.n-r-nav ul li:hover{
    background-color: #fb4e37;
}
.n-r-nav ul li.active{
    background-color: #fb4e37;
}
.n-r-nav ul li:hover a{
    color: #fff;
}
.n-r-nav ul li.active a{
    color: #fff;
}
.n-cow{
    padding-top: 3rem;
    display: none;
}
.n-cowbox{
    margin: 0 -1rem;
}
.n-cow.active{
    display: block;
}
.n-row{
    padding: 1rem;
    width: 50%;
}
.n-rowbox{
    background-color: #fff;
}
.n-lb-l{
    width: 40%;
}
.n-img{
    overflow: hidden;
    background-color: #fff;
    width: 232px;
    height: 186px;
}
.n-img img{
    max-width: 100%;
}
.n-lb-r{
    padding: 1.25rem;
    width: 60%;
}
.n-lb-r h1{
    font-size: .8rem;
    color: #444;
    padding-bottom: .5rem;
}
.n-lb-r p{
    font-size: .6rem;
    color: #bfbfbf;
}
.n-lb-r h6{
    font-size: .7rem;
    color: #999;
    font-weight: normal;
    line-height: 1.2rem;
    padding-top: .5rem;
    margin-top: .5rem;
    border-top: 1px solid #eee;
}
.n-row:hover .n-rowbox {
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .05);
}
.n-row:hover .n-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}